home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / util / cdity / MRQ.lha / MRQ / MRQ.config < prev    next >
Text File  |  2000-10-16  |  2KB  |  95 lines

  1. ; Config file for MRQ 
  2. ;
  3. ; note that the order in which you put entries here does matter!
  4. ; i.e. put more specific entries first, the general patterns
  5. ; (like "error") more towards the end!
  6.  
  7.  
  8. NEWCLASS    ;Delete
  9. LOCALE=sys/libs.catalog 1050
  10. LOCALE=sys/workbench.catalog 153
  11. LOCALE=sys/workbench.catalog 178 SU
  12. STRING="format" FO SU NC
  13. STRING="delete" FO SU NC
  14. STRING="lösche" FO SU NC
  15. ;LOCALE=sys/prepcard.catalog 501 504  <-uncomment only for A1200 PCMCIA card use
  16. IMAGE=RecycleLogo.ILBM PRELOAD TRANSPARENT
  17. ;REXXPORT=PLAY REXXCMD="ID warn_delete"
  18.  
  19. NEWCLASS    ;InsertDisk
  20. LOCALE=sys/dos.catalog -104 -105 -108 -110 SU FO
  21. LOCALE=sys/system.catalog 6028 SU
  22. IMAGE=DiskFloppy.ILBM PRELOAD TRANSPARENT
  23. ;REXXPORT=PLAY REXXCMD="ID warn_insert_volume"
  24.  
  25. NEWCLASS    ;WriteProtect
  26. LOCALE=sys/dos.catalog -102 214 SU FO
  27. IMAGE=Padlock.ILBM
  28. ;REXXPORT=PLAY REXXCMD="ID warn_write_protected"
  29.  
  30. NEWCLASS    ;Object exists
  31. LOCALE=sys/dos.catalog 203 SU FO
  32. IMAGE=exists.iff
  33. ;REXXPORT=PLAY REXXCMD="ID warn_object_exists"
  34.  
  35. NEWCLASS    ;Printer
  36. LOCALE sys/devs.catalog 2 3 4 5 SU
  37. STRING=printer SU NC
  38. IMAGE=PrinterHP.ILBM TRANSPARENT
  39. ;REXXPORT=PLAY REXXCMD="ID warn_printer"
  40.  
  41. NEWCLASS    ;Guru
  42. LOCALE=sys/dos.catalog -114 SU
  43. STRING="(Program failed|Software error)#?" PA
  44. IMAGE=Bomb.ILBM
  45. ;REXXPORT=PLAY REXXCMD="ID error_task_held"
  46.  
  47. NEWCLASS    ;R/W error
  48. LOCALE sys/dos.catalog -101 -107 -109 -131 -132 -133 -135 SU
  49. LOCALE sys/system.catalog 6023 SU
  50. IMAGE=DiskHardDrive.ILBM TRANSPARENT
  51. ;REXXPORT=PLAY REXXCMD="ID error_read_write"
  52.  
  53. NEWCLASS  ;reboot
  54. STRING="reboot" SU NC
  55. IMAGE=reboot.iff
  56. ;REXXPORT=PLAY REXXCMD="ID reboot"
  57.  
  58. ;******* Following 3 entries won't be needed too often
  59. ;******* uncomment them if you like
  60. ;******* and move the appropriate images to the image dir!
  61. ;NEWCLASS  ;overwrite
  62. ;STRING="overwrite" SU NC
  63. ;STRING="exists" SU NC
  64. ;IMAGE=exists.iff
  65. ;REXXPORT=PLAY REXXCMD="ID warn_object_exists"
  66.  
  67. ;NEWCLASS  ;unable
  68. ;STRING="unable" SU NC
  69. ;IMAGE=stop.iff
  70. ;REXXPORT=PLAY REXXCMD="ID unable"
  71.  
  72. ;NEWCLASS  ;X-Traktor
  73. ;STRING="x-traktor" SU NC
  74. ;STRING="choose an option:" SU NC
  75. ;IMAGE=xtraktor.iff
  76.  
  77. NEWCLASS  ;quit
  78. STRING="quit" SU NC
  79. STRING="exit" SU NC
  80. IMAGE=quit.iff
  81. ;REXXPORT=PLAY REXXCMD="ID quit"
  82.  
  83. NEWCLASS    ;general error
  84. STRING="error" SU NC
  85. STRING="fehler" SU NC    ;catch german progs :)
  86. IMAGE=HandOpen.ILBM TRANSPARENT
  87. ;REXXPORT=PLAY REXXCMD="ID error_general"
  88.  
  89. NEWCLASS    ;copyright message
  90. STRING="©" SU FO
  91. STRING="copyright" SU NC FO
  92. IMAGE=Copyright.ilbm
  93. ;REXXPORT=PLAY REXXCMD="ID copyright"
  94.  
  95.